home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page4 / 00051.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  204 b   |  16 lines

  1. on mouseUp
  2.   global bug
  3.   if bug = 0 then
  4.     go("jump 1")
  5.   end if
  6.   if bug = 1 then
  7.     go("jump 2")
  8.   end if
  9.   if bug = 2 then
  10.     go("jump 3")
  11.   end if
  12.   if bug = 3 then
  13.     go("jump 4")
  14.   end if
  15. end
  16.